(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/exec.h>
void Exception()
LOCATION
In SysBase at offset 11
FUNCTION
Exception handler. This function is called by the dispatcher if a task exception has occured. It is called in the Disable()'d state so that all signals are still unchanged.

TF_EXCEPT is still set and must be reset by this route.

The exception code is called with the following parameters:

A1 - Task->tc_ExceptData D0 - Mask of Flags which caused this exception. A6 - SysBase

INPUTS
RESULT
NOTES
Exec internal function.

EXAMPLE
BUGS
SEE ALSO
Dispatch()
INTERNALS
HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.